Skip to main content

What’s New

Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
NodeJS Deprecation
AWS has announced that it is deprecating NodeJS 12, 14, and 16. To avoid any issues as a result of this deprecation, upgrade your instances of the Qrvey platform as described in this announcement.
Learn More
Version: 8.5

Complex Data

For data analysis, we have different options that allow users to work with more complex data types, such as images, long texts or files, by making additional metadata available as column values which can be used in chart creation.

Working with Complex Data Types

To start, create a form that contains any of the complex data types we support. In Web Forms, select Form or Survey and add an image upload, file upload, short text or long text field.

1_complex_data

Once you publish your Web Forms and responses come in, you can access the chart builder where you will be able to select the fields in your form to create charts using complex data.

In the example below, a long text field is added as a category. Click on the dot menu to see the metadata options that are available. In the case of long text, you can use Words and Keyphrases to create charts that display the most recurring words/keyphrases in the text. You can also use Sentiment which will display a positive vs negative visualization. Entities will reference unique names of real-world objects such as people, places, and commercial items.

2_complex_data

3_complex_data

Drill-Downs With Complex Data Types

You can also use the drill-down option in your charts using complex data types. In Custom View, you will find all the charts you have created. By clicking on any data point, a menu showing all the columns of the web form will be displayed. The columns that contain complex data will display the corresponding data part so that you can select one of them to drill-down.

4_complex_data

In this example, you can see the chart showing the results based on the File type. At the bottom of the chart, there is a displayed breadcrumb that shows the route of the drill-down that has been applied.

5_complex_data

Complex Data Drill-downs in Page Actions

Chart Drill Down - Default

As a creator in Dashboard Builder, you can also select which columns you want to be displayed in the drill-down menu for end-users. After selecting a chart that supports Page Actions, you can choose the On Click option, which will enable you to turn on Chart Drill-Down - Default.

6_complex_data

In this example, we’ll show you how to select only two columns to be displayed as drill-down options for the end-user side.

7_complex_data

On the end-user side, only the two columns selected will be displayed.

8_complex_data

Complex Data Drill-downs in Page Actions

In Flows, you can also use Complex Data parts to execute different automated processes.

In this example, we’ll show how to use one of the complex data parts with the Search Record Action. First, select the Dataset, then select the complex data part you want to search in the Field dropdown.

9_complex_data